home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
-
- <!DOCTYPE overlay SYSTEM "chrome://helloworld/locale/helloworld.dtd">
- <overlay id="helloworld-overlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <script src="overlay.js"/>
-
-
- <menupopup id="menu_ToolsPopup">
- <menuitem id="helloworld-hello" label="Helloworld"
- oncommand="helloworld.onMenuItemCommand();"/>
- </menupopup>
-
- <statusbar id="status-bar">
- <statusbarpanel id="helloworld-statusHelloworld"
- label="Hello World">
- </statusbarpanel>
- </statusbar>
-
- </overlay>
-